Placing Enumeration

Represents whether the measure line is rendered below or above the edge defined by the two reference points.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum Placing

Members

Below0 Measure line is rendered above the edge defined by two reference points.
Above1 Measure line is rendered below the edge defined by two reference points.
None2 None.

See Also